table of contents
GLUTPOSTWINDOWOVERLAYREDISPLAY(3) | Library Functions Manual (local) | GLUTPOSTWINDOWOVERLAYREDISPLAY(3) |
NAME¶
glutPostWindowOverlayRedisplay
—
Posts a redisplay to the indicated window's
layer.
LIBRARY¶
OpenGLUT - overlays
SYNOPSIS¶
#include
<openglut.h>
void
glutPostWindowOverlayRedisplay
(int
ID);
PARAMETERS¶
ID
A window ID.
DESCRIPTION¶
This function lets you post an overlay update to the overlay of any arbitrary window.
CAVEATS¶
Unimplemented.
SEE ALSO¶
glutEstablishOverlay(3) glutRemoveOverlay(3) glutUseLayer(3) glutPostOverlayRedisplay(3) glutShowOverlay(3) glutHideOverlay(3) glutOverlayDisplayFunc(3) glutPostRedisplay(3)